.pnlUsers {
    font-size: 12px;
}
.pnlAdminHelpPanel {
    display: none !important;
    font-size: 14px;
}

a.text-button.backgd {
    background-color: #f5f8fa;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgb(16 22 26 / 20%), inset 0 -1px 0 rgb(16 22 26 / 10%);
    color: #182026;
    line-height: 1.5em;
    padding: 5px 10px;
    text-decoration: none;
}
/*a.text-button.backgd::before {
    color: rgb(92, 112, 128);
    content: "\f358";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 7px;
}
*/
/*updated legacy styles for demo*/
.EnforcementNotificationReport .pnlAdminHelpPanel { display: none; }
.EnforcementNotificationReport .dgBulkReportsList {margin-bottom: 10px;}
.EnforcementNotificationReport .dgDistributors td {padding:0 5px;line-height:24px;}
.EnforcementNotificationReport .pnlPageNums {padding-top: 10px;}
.EnforcementNotificationReport .dgDistributors th, .dgSitePermissions th { line-height: 16px; padding-bottom: 4px;}

.EnforcementNotificationReport a.text-button.backgd {
    background: initial;
    border-radius: initial;
    box-shadow: initial;
    color: initial;
    line-height: initial;
    padding: initial;
    text-decoration: initial;
}
.EnforcementNotificationReport a.text-button.backgd::before {
    content: "";
    margin-right: initial;
}
/*.MaxWidth {max-width: 1400px;}*/


select {
    padding: 2px 2px 3px 2px;
}

/** Site Permissions Module Styles **/
.dgDistributors img {
  display: inline;
  vertical-align: middle;
}
.dgDistributors th,
.dgSitePermissions th {
  border: solid 4px #fff;
  border-top: none;
  background-color: #f9f9f9;
  font-size: 9pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding: 0 8px;
}
.dgDistributors td,
.dgSitePermissions td,
.tblAddNewCommunication td {
  border: solid 4px #fff;
  border-top: none;
  font-size: 9pt;
  color: black;
  padding: 0 8px;
  height: 20px;
  text-align: left;
}
.dgDistributors tr td {
  background-color: #fff;
}
.dgDistributors tr:nth-child(4n) td {
  background-color: #f9f9f9;
}
.dgDistributors tr:hover,
.dgDistributors tr td:hover,
.dgDistributors tr:nth-child(4n) td:hover {
  background-color: #DCF2FA;
}

.dgDistributors.noExpand tr td,
.dgDistributors.noExpand tbody tr td {
  background-color: #fff;
}
.dgDistributors.noExpand tr:nth-child(2n+1) td,
.dgDistributors.noExpand tbody tr:nth-child(2n+1) td {
  background-color: #f9f9f9;
}

table.tblAddNewCommunication {
  width: 100%;
}

.dgDistributors a:link,
.dgSitePermissions a:link,
.tblAddNewCommunication a:link {
  color: Black;
  text-decoration: underline;
}
.dgDistributors a:hover,
.dgSitePermissions a:hover,
.tblAddNewCommunication a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.divSitePermissions {
  height: 800px;
  overflow-x: visible;
}
table.dgSitePermissions,
table.tblAddNewCommunication {
  height: auto;
}

.dgSitePermissions tbody,
.dgSitePermissions thead {
  display: block;
}
.dgSitePermissions tbody {
  overflow-y: scroll;
  height: 750px;
}
.dgSitePermissions tr :first-child,
.dgSitePermissions tr :last-child {
  max-width: 205px;
  min-width: 205px;
  text-align: left;
  width: 205px;
}
.dgSitePermissions th,
.dgSitePermissions td {
  max-width: 90px;
  min-width: 90px;
  text-align: center;
  width: 90px;
  word-wrap: break-word;
}

.dgSitePermissions th {
  border-right-color: white;
}
tr.TaskRow span.SitePermissionsTabName {
  padding-left: 15px;
}
tr.NormalRow span.SitePermissionsTabName,
tr.TopLevelRow span.SitePermissionsTabName,
tr.ToppestLevelRow span.SitePermissionsTabName,
tr.TopLevelRowNoChildren span.SitePermissionsTabName {
  padding-left: 5px;
}

tr.NormalRow td,
tr.TaskRow td {
  border-right: solid 2px white;
}

tr.NormalRow td:first-child,
tr.TaskRow td:first-child {
  border-left: dashed 1px black;
}
tr.NormalRow td:last-child,
tr.TaskRow td:last-child {
  border-right: dashed 1px black;
}
tr.TopLevelRow {
  cursor: pointer;
}

.TaskRow span.taskPermissionLabel,
.NormalRow span.viewPermissionLabel,
.expanded span.viewPermissionLabel,
.collapsed span.viewPermissionLabel,
.ToppestLevelRow span.viewPermissionLabel,
.TopLevelRowNoChildren span.viewPermissionLabel {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  margin: auto;
  min-width: auto;
}
.TaskRow span.taskPermissionLabel,
.NormalRow span.viewPermissionLabel {
  height: 17px;
  width: 17px;
}
.expanded span.viewPermissionLabel,
.collapsed span.viewPermissionLabel,
.ToppestLevelRow span.viewPermissionLabel,
.TopLevelRowNoChildren span.viewPermissionLabel {
  height: 21px;
  width: 21px;
}
.TaskRow span.taskPermissionLabel {
  background-image: url("/DesktopModules/WSUS_SitePermissions/images/small-edit-icon.png");
}
.NormalRow span.viewPermissionLabel {
  background-image: url("/DesktopModules/WSUS_SitePermissions/images/smaller-black-chk.png");
}
.expanded span.viewPermissionLabel {
  background-image: url("/DesktopModules/WSUS_SitePermissions/images/larger-white-chk.png");
}
.collapsed span.viewPermissionLabel,
tr.ToppestLevelRow span.viewPermissionLabel,
tr.TopLevelRowNoChildren span.viewPermissionLabel {
  background-image: url("/DesktopModules/WSUS_SitePermissions/images/larger-blk-chk.png");
}
.TopLevelRow,
.ToppestLevelRow,
.TopLevelRowNoChildren {
  font-weight: bold;
  height: 25px;
}
table.tblAddNewCommunication tr.TopLevelRow td {
  font-weight: bold;
  height: 25px;
  vertical-align: middle;
}
table.tblAddNewCommunication tr.NormalRow td {
  padding-left: 10px;
}
.dgSitePermissions .TopLevelRowNoChildren {
  background-color: #f1f1f1 !important;
  border: solid 1px #bababa;
}
.dgSitePermissions .collapsed,
.dgSitePermissions .ToppestLevelRow {
  background-color: #f1f1f1 !important;
  border: solid 1px #bababa;
}
.dgSitePermissions .ToppestLevelRow td,
.dgSitePermissions .TopLevelRowNoChildren td {
  border-right-color: #f1f1f1;
}
.dgSitePermissions .collapsed td,
.tblAddNewCommunication .collapsed td {
  color: black !important;
  background-color: #f1f1f1 !important;
  border-right-color: #f1f1f1;
}
.dgSitePermissions .expanded,
.tblAddNewCommunication .expanded {
  border: none;
  background-color: #a5b4b9 !important;
}
.dgSitePermissions .expanded td,
.tblAddNewCommunication .expanded td {
  background-color: #a5b4b9 !important;
  border-right-color: #a5b4b9;
  color: white !important;
}

table.CommunicationSettings td:first-child {
  border-left: none;
}
table.CommunicationSettings td {
  border-right: none;
}
table.CommunicationSettings td:last-child {
  border-right: none;
}

tr.BlankRow,
tr.BlankRow td {
  line-height: 5px;
  height: 5px;
  background-color: white !important;
  border-right-color: white;
}
tr.BlankRow {
  border-top: 1px dashed black;
}
tr.TopLevelRow td:first-child,
tr.TopLevelRow td:last-child {
  text-decoration: underline;
}
tr.TopLevelRow td:hover:first-child {
  color: #964337 !important;
}

a.expClass {
  color: black;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
a.expClass2 {
  color: black;
  text-decoration: underline;
}
a.colClass {
  color: black;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
a.colClass2 {
  color: black;
  text-decoration: underline;
}
.pnlRoleGroup {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.divCurrentAccessLevel .CommandButton {
  margin: 0;
}

div.divSubGridDistPerformance {
  position: relative;
  left: 55px;
}
div.divSubGridDistPerformance .dataTable {
  width: 80%;
  text-align: left;
  margin-top: 0px;
}

span[disabled],
span.aspNetDisabled {
  color: Gray;
}
.dataTable {
}

.dataTable img {
  display: inline;
  vertical-align: middle;
}

.dataTable th {
  font-size: 9pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-right: 5px;
}
.dataTable td {
  font-size: 9pt;
  color: black;
  padding-right: 5px;
  border-bottom: 2px solid #d9d9d9;
  text-align: left;
}
.dataTable a:link {
  color: Black;
  text-decoration: underline;
}
.dataTable a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.dgDistributors .expClass a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.dgDistributors .expClass2 a {
  text-decoration: underline;
}
.dgDistributors .colClass a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.dgDistributors .colClass2 a {
  text-decoration: underline;
}

div.divMarketplaceReport table.dgDistributors {
  width: 100%;
}

.downbutton {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.DNN_News_ItemLink {
  font-size: 9pt;
  font-weight: 600;
  line-height: 9pt;
}
p.DNN_News_ItemLink {
  margin: 0 0 10px;
}
.dgWebsiteSearchResults tr {
  height: 20px;
}
.dgWebsiteSearchResults img {
  display: inline;
  vertical-align: middle;
}

.dgWebsiteSearchResults th {
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-right: 5px;
}
.dgWebsiteSearchResults td {
  font-size: 9pt;
  color: black;
  padding-right: 5px;
}
.dgWebsiteSearchResults a:link {
  color: Black;
  text-decoration: underline;
}
.dgWebsiteSearchResults a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.HyperLinkClass:link,
a.HyperLinkClass:visited {
  display: block;
  width: 61px;
  height: 17px;
  text-indent: -9999px;
  background: url(images/viewbutton.png) 0 0 no-repeat;
}
.NoHyperLinkClass {
  display: block;
  width: 61px;
  height: 17px;
  text-indent: -9999px;
  background: url(images/viewbutton.png) 0 0 no-repeat;
  pointer-events: none;
  cursor: default;
}

a.HyperLinkClass:hover,
a.HyperLinkClass:active {
  display: block;
  width: 61px;
  height: 17px;
  text-indent: -9999px;
  background: url(images/viewbuttonhover.png) 0 0 no-repeat;
}

a.HyperMagClass:link,
a.HyperMagClass:visited {
  display: inline-block;
  margin-left: 5px;
  width: 13px;
  height: 17px;
  text-indent: -9999px;
  background: url(images/magglass.png) 0 0 no-repeat;
  vertical-align: middle;
}
.NoHyperMagClass {
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(images/magglass.png) 0 0 no-repeat;
  pointer-events: none;
  cursor: default;
  vertical-align: middle;
}

a.HyperMagClass:hover,
a.HyperMagClass:active {
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(images/magglass.png) 0 0 no-repeat;
  vertical-align: middle;
}

.ManageUsersTable {
  font-size: 9pt;
  margin-top: 20px;
}
.ManageUsersRow {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  background-color: white;
}

.ManageUsersRow th {
  font-size: 9pt;
  font-weight: bold;
  color: Black;
}
/*.ManageUsersRow:first-child {
  background-color: #f9f9f9;
}*/
.ManageUsersRow td {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;

  padding-right: 5px;
}
.ManageUsersRow a:hover {
  color: #636668;
  text-decoration: underline;
}
.ManageUsersRow a:link {
  color: #636668;
  text-decoration: underline;
}
.ManageUsersDataRow {
  font-size: 9pt;
  height: 20px;
}
.ManageUsersDataRow td {
  padding-right: 5px;
  text-align: left;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rowreport a:link {
  color: Black;
  text-decoration: underline;
}
.rowreport a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.dpNormal a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.dpNormal a {
  color: #000000;
  text-decoration: underline;
}

.ModWSUSAddUserC table {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newUserGroup {
  text-align: left;
}
.userNameGroup {
  text-align: left;
}
.userAddressGroup {
  text-align: left;
}
.userZip {
  text-align: left;
}
.userPhoneGroup {
  text-align: left;
}
.userAdvancedFields {
  text-align: left;
}

.dgBulkReportsList {
  margin-top: 20px;
}
.dgBulkReportsList tr {
  height: 20px;
}
.dgBulkReportsList th {
  background-color: #f9f9f9;
  border: solid 4px #fff;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  vertical-align: baseline;
}
.dgBulkReportsList td {
  border: solid 4px #fff;
  font-size: 9pt;
  color: black;
  padding: 2px 5px;
  text-align: left;
}
.dgBulkReportsList a:link {
  color: Black;
  text-decoration: underline;
}
.dgBulkReportsList a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.divCategoryManager {
  font-size: 10pt;
  text-align: left;
}
.categorySave {
  padding-right: 155px;
}
.divAddCategory {
  margin-bottom: 30px;
}
.RequiredAsterisk{
    margin-right: 5px;
}
.divCategoryManager .dgBulkReportsList th {
  padding-right: 20px;
}
.divCategoryManager .dgBulkReportsList td {
  padding: 3px 20px 3px 0px;
}
divProductEditorField {
  margin: 10px 0px 10px 0px;
  display: inline-block;
  vertical-align: top;
  font-size: small;
  font-weight: bold;
}

.divProductEditor {
  font-size: small;
}

.divUploadImage {
  margin: 10px 0px 30px 50px;
}

.divProductManager {
  font-size: 10pt;
  text-align: center;
}

.divProductManager a:link {
  color: Black;
  text-decoration: underline;
}

.divprodlinks {
  text-align: center;
}
.divaddaproduct {
  display: inline-block;
  margin-right: 75px;
}
.divbulkupload {
  display: inline-block;
  margin-left: 75px;
}
.divfilter {
  text-align: center;
}
.divPager .AspNetPager_CustomInfo {
}

.divProductEditor {
  font-size: 10pt;
  text-align: Left;
}
.divGridWizard {
  font-size: 10pt;
  text-align: center;
}
.priceHistoryStyle {
  padding-left: 25px;
  padding-right: 25px;
}
.divProductFilter2 {
  text-align: left;
  width: 710px;
}
.cbIncludeOnlyRegisteredResellers {
  margin-left: 50px;
}

/* End Product Manager Category Manager Styles */

.ModWSUSEditNotificationDeliveryC div,
.ModWSUSEditNotificationDeliveryC table,
.ModWSUSBulkReportsListC div,
.ModWSUSBulkReportsListC table {
  text-align: center;
  margin: 0 auto;
}

.userlinks a:link {
  color: #636668;
  text-decoration: underline;
}
.userlinks a:hover {
  color: #636668;
  text-decoration: underline;
}
.viewUserNameContent {
  clear: both;
  padding: 0px 12px 12px 12px;
}
.importWrapper {
}
/* progress bar */
.ModWSUSImportLocationsC table {
  margin: 0 auto;
  text-align: center;
}
ul.importProgressBar {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 11px;
  font-weight: normal;
}
ul.importProgressBar li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.importProgressBar li {
  float: left;
  display: inline-block;
  padding: 0px 4px;
}
ul.importProgressBar li.first {
  padding-left: 0px;
}
ul.importProgressBar li.highlite {
  font-weight: bold;
}
.CommandButton {
  margin: 20px 20px 0px 0px;
}
.largerFontClass {
  font-size: 12px;
  font-weight: normal;
  padding: 0px 0px 6px 0px;
  margin: 0px;
}
.userNameClass {
  font-size: 11px;
  font-weight: normal;
  padding: 5px 0px 0px 0px;
  margin: 0 auto;
}
.nobr {
  white-space: nowrap;
}

.btnCancel a:link {
  color: Black;
  text-decoration: underline;
  font-weight: bold;
}
.btnCancel a:hover {
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
}

/* source view */

input.fupExcelFile {
  display: inline-block;
}
.divResellerOverviewReport {
  float: left;
  border-bottom: 1px solid black;
  /*font-family: Tahoma, Arial;*/
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
}
.divResellerTypeFilter {
  margin: 0 auto;
  text-align: center;
}
.divResellerOverViewReport1 {
  float: left;
}

.divResellerOverviewReport2 {
}
.divResellerOverviewReport3 {
  margin-bottom: 10px;
  float: right;
}
.RequiredAsterisk {
  color: Red;
  font-size: 14px;
}
.divLinkHistory {
  margin: 0 auto;
  text-align: center;
}

.ModWSUSLinkTrackingC table {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.ModWSUSRepPerformanceC table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSDistributorPerformanceC table {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.ModWSUSContactsC table {
  margin: 0 auto;
  text-align: center;
}
.gvContactHistory tr {
  height: 20px;
}
.gvContactHistory img {
  display: inline;
  vertical-align: middle;
}

.gvContactHistory th {
  font-size: 9pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-right: 5px;
  vertical-align: baseline;
}
.gvContactHistory td {
  font-size: 9pt;
  color: black;
  padding-right: 5px;
}
.gvContactHistory a:link {
  color: Black;
  text-decoration: underline;
}
.gvContactHistory a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.gviContactMessages tr {
  height: 20px;
}
.gviContactMessages th {
  font-size: 9pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-right: 5px;
  background-color: white;
}
.gviContactMessages td {
  font-size: 9pt;
  color: black;
  padding-right: 5px;
  text-align: left;
}
.gviContactMessages a:link {
  color: Black;
  text-decoration: underline;
}
.gviContactMessages a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.gviContactMailingLists tr {
  height: 20px;
}
.gviContactMailingLists th {
  font-size: 9pt;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-right: 5px;
}
.gviContactMailingLists td {
  font-size: 9pt;
  color: black;
  padding-right: 5px;
  text-align: left;
}
.gviContactMailingLists a:link {
  color: Black;
  text-decoration: underline;
}
.gviContactMailingLists a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.divPricingHistoryReport table {
  margin: 0 auto;
  text-align: center;
}
.divPricingHistoryReport1 p {
  margin-top: 12px;
  margin-bottom: 12px;
}
.divAdminControls {
    margin-bottom: 10px;
}
.divAdminControls select:nth-child(2) {
    margin-right: 10px;
}
.pnlComments {
    text-align: center;
}
.divAdminControls span,
.pnlComments span {
    display: inline-block;
    margin-right: 5px;
}
.pnlDownloadUsers {
    margin-top: 20px;
    text-align: center;
}
.AlternatingRowExtraPadding,
.AlternatingRow {
  background-color: #f9f9f9;
  font-size: 9pt;
  height: 20px;
}
.AlternatingRow td {
  border: solid 4px #fff;
  padding: 2px 5px;
}
.AlternatingRowExtraPadding td {
  border: solid 4px #fff;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.NonAlternatingRowExtraPadding,
.NonAlternatingRow {
  height: 20px;
  font-size: 9pt;
  background-color: white;
}
.NonAlternatingRow td {
  border: solid 4px #fff;
  padding: 2px 5px;
}
.NonAlternatingRowExtraPadding td {
  border: solid 4px #fff;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.iContactMessagesDiv table {
  margin: 0 auto;
  text-align: center;
}
.iContactMailingListsDiv table {
  margin: 0 auto;
  text-align: center;
}
/* Internet Reseller Monitor Styles */
.divMonitorDateCollected {
  float: right;
  padding-right: 30px;
}

/* End Internet Reseller Monitor Styles */
/* Navigation Tree for Sales Hierarchy */

.NavigationTree-Node a:link {
  color: #000000;
  text-decoration: underline;
}

.NavigationTree-SelectedNode {
  background-color: #e6e6e6;
}
/* Reseller Resources Styling */
div .divResellerResourceCategory {
  font-size: 14px;
  font-weight: bold;
}

div .divResellerResource {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
}
/* Popup Dialog for waiting / loading */

.popupDialogCenter {
  position: absolute; /*use position:fixed for non IE-6*/
  bottom: 40%;
  width: 250px;
  position: fixed;
  left: 50%;
  z-index: 1000001;
}

.popupContainer {
  clear: both;
  padding: 5px 10px 5px 10px;
}

.popupTitle {
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: White;
  background-color: #002e63;
  padding: 5px 3px;
}

.divOnlineSellersFilters {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.divOnlineSellersFilterByBrand {
  display: inline-block;
  margin-right: 20px;
}
.divOnlineSellersFilterByDate {
  display: inline-block;
}

.divWebsiteSearch {
  margin: 0 auto;
  text-align: center;
}

.ModWSUSUMAPManage table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSUMAPProductManagerC table {
  margin: 0 auto;
  text-align: center;
}

.divBrandManager {
  text-align: center;
}

.divBrandManager table {
  margin: 0 auto;
  text-align: center;
}
.divProductImport table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSUpdateResellerResourcesC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSUpdateResellerResourcesC table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSUpdateResellerResourcesC td {
  text-align: left;
}
.ModWSUSUpdateResellerResourcesC .divfilter {
  margin-bottom: 10px;
}
.ModWSUSUpdateResellerResourceCategoriesC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSResellerResourceImportC table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSResellerResourceImportC div {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSUpdateResellerResourceAccessC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSUpdateResellerResourceAccessC td {
  vertical-align: middle;
  padding-left: 5px;
}
.TRNormal {
  background-color: #eeeeee;
  font-size: 9pt;
  height: 20px;
}
.TRAlt {
  background-color: #ffffff;
  font-size: 9pt;
  height: 20px;
}
.DynamicRegistration_Maintable table {
  margin: 0 auto;
  text-align: center;
  width: 35%;
}

div#SaveForm {
  margin: 0 auto;
  text-align: center;
}

.account_info {
  font-size: 12px;
  text-align: right;
  float: right;
  width: 100%;
  height: 24px;
  color: Gray;
  font-weight: bold;
  display: block;
  text-transform: lowercase;
  width: 236px;
}

.account_info a {
  color: Gray;
  text-decoration: underline;
}

.sm_account_info {
  font-size: 10px;
  text-align: right;
  float: right;
  width: 100%;
  height: 36px;
  color: White;
  font-weight: bold;
  display: block;
}

.sm_account_info a {
  color: White;
  text-decoration: underline;
}

/* used for social media icons */
.sm_icon {
  width: 36px;
  text-align: center;
  float: right;
  vertical-align: top;
}

.ModWSUSManageUsersC table {
  padding-bottom: 10px;
}
#MpageBody .ModWSUSManageUsersC a {
  margin-right: 0px;
}
.ModWSUSManageDistributorsC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSManageDirectDealersC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSImportDirectDealersC table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSEditAgreementsC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSImportAssortmentTransitionsC table {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSManageNotificationEmailsC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSManageDigestEmailsC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
.ModWSUSLinkDynRegFieldsC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
/* Accordion Styling for reseller details pages */
/* Accordion move into portal css to save page size if required */
.accordionHeader {
  border: 1px solid #333333;
  color: white;
  background-color: #bbbbbb;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
#MpageBody .ModWSUSiContactAPIC .Head {
  color: white;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
}
.accordionHeader a {
  color: #ffffff;
  background: none;
  text-decoration: none;
  font-weight: bold;
}
.accordionHeader a:hover {
  background: none;
  text-decoration: underline;
  color: #ffffff;
}
.accordionHeaderSelected {
  border: 1px solid #333333;
  color: white;
  background-color: #333333;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.accordionHeaderSelected a {
  color: #ffffff;
  background: none;
  text-decoration: none;
  font-weight: bold;
}
.accordionHeaderSelected a:hover {
  background: none;
  text-decoration: underline;
  color: #ffffff;
}
.accordionContent {
  background-color: #f0f1f2;
  border: 1px dashed #2f4f4f;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}
.selectBox-label {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #666666;
  font-size: 12px;
  height: 25px;
  margin-left: 10px;
  overflow: hidden;
  padding: 3px 10px;
  white-space: nowrap;
  width: 200px;
}
.phoneSearchButton {
  background-color: Transparent;
  background-image: url("images/search_button.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  border: medium none;
  cursor: pointer;
  height: 23px;
  margin-left: 5px;
  width: 27px;
}

.ModWSUSiContactAPIC h1 {
  font-size: 13px;
  font-weight: bold;
  color: #aaaaaa;
}
* styling for geo sprawl module */ .BackLinks {
  display: none;
}

table.geoSprawlSearch {
  width: 800px;
}

.geoSprawlSearch span.FormText {
  display: block;
  float: left;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.geoSprawlSearch .FormBox2 {
  display: block;
  float: left;
}
.geoSprawlSearch br {
  display: none;
}
.CalendarPopup .ajax__calendar_container {
  background-color: white;
}
.ModWSUSAddUserC .divMultiView {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  gap: 10px;
}
div.pnlEditUser, div.divCurrentAccessLevel {
    float: none;
    margin-left: 0;
}
div.clearFloats /* for Firefox */ {
    clear: both;
    line-height: 0px;
    height: 0px;
}

.ModWSUSUMAPManagerOnlineProductSummaryC input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 1px;
}
.ModWSUSUMAPManagerOnlineProductSummaryC table {
  margin-bottom: 10px;
}
.ModWSUSUMAPManagerOnlineSellerAnalysisC table {
  margin-bottom: 10px;
}
.ModWSUSUMAPManagerOnlineSellerAnalysisC input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 1px;
}
.ModWSUSUMAPManagerOnlineSellerHistoryC table {
  margin-bottom: 10px;
}
.ModWSUSUMAPManagerOnlineSellerHistoryC input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 1px;
}
#dnn_ContentPane .pnlPageNums {
  margin-top: 10px;

  clear: both;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#dnn_ContentPane .ModWSUSUMAPMarketplaceReportC {
  margin: 0 auto;
  text-align: center;
}
.ModWSUSUMAPWebScraperConfigurationC input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 1px;
}
div.AspNetPager {
  clear: none;
  text-align: center;
  padding-bottom: 10px;
}

.searchSite {
  clear: both;
  margin: 0 auto;
  text-align: center;
  max-width: 20%;
}

.ModWSUSWebsiteSearchC .pnlResults {
  clear: both;
}
.searchSite .dnnTooltip {
  position: relative;
  text-align: left;
}
.searchSite .searchbox {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.ModWSUSPriceGridManagerC table {
}
.pricing-image {
  margin-left: 20px;
  margin-top: 50px;
  max-width: 330px;
}

.pnlLocations h1 {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.pnlWebsiteURLs h1 {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

table.divGatekeeperUtilitiesContent td {
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: top;
}
table.divGatekeeperUtilitiesContent td .NormalBold {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.accordionContent .NormalBold {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.miniUserDetails .NormalBold {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.AddWebsiteURLBtn,
.DoneRegisterBtn,
.AddLocationBtn {
  display: block;
  background-image: url(../images/btn_check.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  background-color: #777777;
  width: 160px;
  height: 48px;
  line-height: 48px;
}
.DoneRegisterBtn {
  width: 210px;
}
.DoneRegisterBtn {
  margin-top: 10px;
}
a.AddWebsiteURLBtn:link,
a.AddWebsiteURLBtn:active,
a.AddWebsiteURLBtn:hover,
a.DoneRegisterBtn:link,
a.DoneRegisterBtn:active,
a.DoneRegisterBtn:hover,
a.AddLocationBtn:link,
a.AddLocationBtn:active,
a.AddLocationBtn:hover {
  padding-left: 45px;
  color: White;
  font-size: 17px;
  text-align: left;
  text-decoration: none;
}
.pnlUserAgreementHistory .DownloadAgreementHistory {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.ModWSUSReviewUsersC table td img {
  max-width: none;
}

.ModWSUSUMAPManagerOnlinePricingHistoryC div {
  margin: 0 auto;
  text-align: center;
}
.pnlAdminHelpPanel {
  margin-bottom: 30px;
  text-align: left;
}
.pnlAdminHelpPanel span {
  clear: both;
  max-width: 70%;
  text-align: left;
  display: block;
}
.pnlAdminHelpPanel .AdminHelpPanelInfoButton {
  background-image: url(../images/helpbutton.jpg);
  background-repeat: no-repeat;
  background-position: left left;
  padding-left: 15px;

  float: right;
  clear: both;
}

.pnlAdminHelpPanel a:link,
.pnlAdminHelpPanel a:visited,
.pnlAdminHelpPanel a:active,
.pnlAdminHelpPanel a:hover {
  text-decoration: underline;
  color: rgb(72, 72, 72);
}
.ModWSUSInternalAdminNotificationsC table {
  margin: 0 auto;
  text-align: center;
  clear: both;
}
/* styling for frequently viewed links list */
.favPane {
  background-color: #e7e7e7;
}
.divLinkListDisplay {
  width: 90%;
  display: inline;
  height: 30px;
  background-color: #e7e7e7;
}
.divLinkListDisplay span {
  line-height: 30px;
  height: 30px;
  float: left;
  color: white;
}
.divLinkDisplay,
.divLinkDisplaySelected {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  float: left;
  vertical-align: middle;
  border-right: 1px solid white;
}
.divLinkDisplay a,
.divLinkDisplaySelected a {
  line-height: 30px;
  height: 30px;
  color: #898989;
}
.divLinkDisplay {
  background-color: #e7e7e7;
  color: #898989;
}
.divLinkDisplaySelected {
  background-color: white;
  color: black;
}
.divLinkDisplaySelected a {
  color: black;
}
.divToggleDisplay {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  float: right;

  vertical-align: middle;
}
.divToggleDisplay {
  background-color: #e7e7e7;
  color: #898989;
}
.divToggleDisplay span {
  line-height: 30px;
  height: 30px;
  float: left;
  color: #898989;
}
.divToggleDisplay a {
  line-height: 30px;
  height: 30px;
  color: #898989;
}
.hide-element {
  display: none;
}
.nohide-element {
  display: block;
}
.no-cursor {
  cursor: default;
  color: #888888;
}
.yes-cursor {
  cursor: pointer;
  color: black;
}

/* Styling for admin view of dynamic questions */
div.DynamicQuestionsDiv .aspNetDisabled,
div.DynamicQuestionsDiv a.aspNetDisabled,
div.DynamicQuestionsDiv .dnnDisabled,
div.DynamicQuestionsDiv a.dnnDisabled {
  color: black;
}

div.DynamicQuestionsDiv input.aspNetDisabled,
div.DynamicQuestionsDiv input.dnnDisabled {
  width: 250px;
}

div.DynamicQuestionsDiv .edit-page-text-box-short input
{ width: 200px;}

div.DynamicQuestionsDiv .DynamicQuestions_btnSave
{
    background-color: #f5f8fa;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgb(16 22 26 / 20%), inset 0 -1px 0 rgb(16 22 26 / 10%);
    color: #182026;
    line-height: 1.5em;
    padding: 5px 10px;
    text-decoration: none;

}
div.DynamicQuestionsDiv .DynamicQuestions_btnSave:hover {
    background-image: url(../images/buttonimagered.jpg);
}

.DynamicQuestions_FieldLabel
{font-weight: bold; display: block;}
.DynamicQuestion_RequiredField
{
color: red;
}

/* all chosen drop-downs should be left-aligned */
.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li.active-result {
  text-align: left;
}

/* website URLs tweaks */
div.pnlWebsiteURLs .dnnLabel {
  width: 100%;
  text-align: left;
}

div.divPricingHistoryReport {
  clear: both;
}

span.ImportantText {
  font-weight: bold;
  font-size: larger;
}

/* DNN 7 Additions */
#ControlBar_conrolbar_logo {
  display: none;
}

@media screen and (max-width: 1249px) {
  .divLinkListDisplay {
    display: none;
  }
  #favPane {
    display: none;
  }
  .favoritePortal {
    display: none;
  }
}

@media (max-width: 1023px) {
  #currentMedia {
    max-width: 1023px;
  }
}

